home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 101-125 / disk_108 / tek / vt100.init < prev    next >
Text File  |  1992-05-06  |  3KB  |  81 lines

  1.  
  2. #####################################################################
  3. #
  4. #    VT100 sample initialization file
  5. #    v2.3 861101 DBW    - Dave Wecker standard defaults
  6. #    compatible with v2.6
  7. #
  8. #   also includes tek initializations
  9. #   tek version 2.65 - Nick Giordano (9-87)
  10. #
  11. # Hash mark at the beginning of a line denotes a comment.
  12. # White space (space(s) or tab(s)) delimit fields.
  13. # Case ignored except for function key bindings.
  14. #
  15. # All items in this file overide variables of the same name in VT100.H
  16. # (all variables in vt100.h have a "p_" prepended to them)
  17. #
  18. # (tek variables have a "t_" prepended)
  19. #
  20. #####################################################################
  21. #
  22. BAUD        1200        # Anything after required fields is ignored
  23. SCREEN        WORKBENCH        # may be CUSTOM or WORKBENCH
  24. INTERLACE    OFF        # ON for CUSTOM or interlaced workbench
  25. DEPTH        1        # number of bit planes to use (1 or 2)
  26. WBCOLORS    YES        # ignore custom colors and use defaults
  27. FOREGROUND    950        # Colors are only used on the custom screen
  28. BACKGROUND    000        # Colors are in hex RGB from 000 to FFF
  29. BOLD        a00        # Color for bold highlighting (in custom)
  30. CURSOR        00a        # Color for cursor (in custom screen)
  31. LINES        24        # normal <= 24 interlaced <= 48
  32. MODE        CRLF        # IMAGE or CRLF (for KERMIT transfers)
  33. BUFFER        512        # 512 <= Input buffer size <= 2048
  34. PARITY        NONE        # NONE (= 8 bit), MARK, SPACE, ODD or EVEN
  35. BREAK        750000        # Length for break key in microseconds
  36. VOLUME        64        # Beep Volume (0 = Visual Beep)
  37. WRAP        OFF        # Auto wrap ON or OFF
  38. KEYSCRIPT    7E        # Hex value for script introducer
  39. TSCREEN     1       # tek screen resolution  0=1024x780 (default)   1=640x400
  40. TON         0        # 0=tek_screen off (default)  1=on
  41. TINT        1        # 0=tek screen interlace no   1=yes (default)
  42. TDEPTH        1        # tek screen depth (default)
  43. #
  44. # Function bindings (strings to type when any of F1 - F10 are pressed)
  45. #    f<num>    = function key
  46. #    F<num>    = shifted function key
  47. #
  48. # The string specified must be delimited and uses one special char:
  49. #    ^    = control next character
  50. #    ^^    = up arrow
  51. #
  52. # Sample control characters:
  53. #    ^[    = escape    ^M    = carriage return
  54. #    ^J    = line feed    ^L    = form feed
  55. #
  56. # If the first character of the string is a script introducer
  57. # (KEYSCRIPT) then the string is interpreted as a script filename
  58. # to be executed when the key is pressed.
  59. #
  60. # Examples of bindings:
  61. #
  62. #    f 1    "^[OP"            # f1-f4 = PF1 - PF4 on a VT100
  63. #    f 2    "^[OQ"
  64. #    f 3    "^[OR"
  65. #    f 4    "^[OS"
  66. #
  67. # f5,6,7 = scripts to execute (assuming that KEYSCRIPT = '~' = 0x7E)
  68. #
  69. #    f 5    "~df1:vt100_source/dialwork.script"
  70. #    f 6    "~df1:vt100_source/sendvt100.script"
  71. #    f 7    "~df1:vt100_source/getpics.script"
  72. #
  73. #    f 8    "MAIL^M"        # Reads my mail (note embedded <CR>)
  74. #    f 9    "NOTE^M"        # Reads conferences
  75. #    F 1    "$2400!"        # dials the phone to work
  76. #    F 2    "$bbs1!"        # dials the phone to billboard 1
  77. #    F 3    "$bbs2!"        # dials the phone to billboard 2
  78. #    F 4    "$bbs3!"        # dials the phone to billboard 3
  79. #
  80. # all done with init, now execute script as startup sequence
  81.